home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / sc.ini < prev    next >
INI File  |  1998-11-04  |  2KB  |  52 lines

  1. ;
  2. ; This file (sc.ini) controls the Visual Cafe environment including
  3. ; the internal Java VM as well as the VM used by calling "java" on
  4. ; the command line.
  5. ;
  6. ; If you wish to edit this file there are two ways:
  7. ;  - by hand
  8. ;  - inside Visual Cafe in the Environment|Options|Internal VM tab
  9. ;    (new in Visual Cafe 3.0).
  10. ;
  11. ; Either way you modify it you must restart Visual Cafe for the
  12. ; changes to take effect
  13. ;
  14. ;-----------------------------------------------------------------
  15. ; Just In Time (JIT) Compiler options
  16. ;
  17. ;   NOTE: You must put the JAVA_COMPCMD variable in the 
  18. ;         [Environment] section below.
  19. ;
  20. ;   Turn JIT off (gives line number and method info in StackTrace)
  21. ;     JAVA_COMPCMD=DIS
  22. ;   Turn StackTrace on (gives method info in StackTrace)
  23. ;     JAVA_COMPCMD=STA
  24. ;   Turn JIT on (gives no StackTrace)
  25. ;     JAVA_COMPCMD=
  26. ;
  27. ;-----------------------------------------------------------------
  28. ; Important Notes:
  29. ;
  30. ; - use the ';' character for comments
  31. ; - do not have duplicate entries (if you want to use the editor
  32. ;   in Visual Cafe)
  33. ; - if you do not supply an entry in the file the entry in the
  34. ;   environment (SET VAR=VALUE on the command line) will be used
  35. ;
  36.  
  37. [Version]
  38. version=1.00 Build 4
  39.  
  40. [Environment]
  41. PATH=%@P%\..\BIN;%@P%\..\Java\Bin;%PATH%
  42. BIN=%@P%\..\Bin
  43. INCLUDE=%@P%\..\INCLUDE
  44. LIB=%@P%\..\Lib
  45. HELP=%@P%\..\HELP
  46. JAVAINC=%@P%\..\JAVA\SRC;%@P%\..\JFC;
  47. CLASSPATH=.;%@P%\..\JAVA\LIB;%@P%\..\JAVA\LIB\SYMCLASS.ZIP;%@P%\..\JAVA\LIB\CLASSES.ZIP;%@P%\..\JFC\SWINGALL.JAR;%@P%\COMPONENTS\SFC.JAR;%@P%\COMPONENTS\SYMBEANS.JAR;%@P%\..\JAVA\LIB\Collections.zip;%@P%\..\JAVA\LIB\icebrowserbean.jar;%@P%\..\JAVA\LIB\jsdk.jar;%@P%\..\JAVA\LIB\SYMTOOLS.JAR
  48. JAVA_HOME=%@P%\..\JAVA
  49. API=%@P%\..\java\docs
  50. JAVADOC_VIEWER_HOME=%@P%\..\java\docs
  51. JAVADOC_VIEWER_PATH=%@P%\..\java\docs;%@P%\..\Documentation\JFC;%@P%\..\java\docs\symantec
  52.